home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
14
/
8
/
DISK1489.ZIP
/
HDINST.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-03-26
|
9KB
|
294 lines
ECHO OFF
CLS
IF "%1" == "" GOTO :ABORT
IF "%2" == "" GOTO :ABORT
IF "%1" == "%2" GOTO :ABORTA
if "%1" == "A:" goto :abort
if "%1" == "a:" goto :abort
if "%1" == "B:" goto :abort
if "%1" == "b:" goto :abort
if "%1" == "C:" goto :abort
if "%1" == "c:" goto :abort
if "%1" == "D:" goto :abort
if "%1" == "d:" goto :abort
if "%1" == "E:" goto :abort
if "%1" == "e:" goto :abort
if "%1" == "F:" goto :abort
if "%1" == "f:" goto :abort
if "%1" == "G:" goto :abort
if "%1" == "g:" goto :abort
if "%1" == "H:" goto :abort
if "%1" == "h:" goto :abort
if "%1" == "I:" goto :abort
if "%1" == "i:" goto :abort
if "%1" == "J:" goto :abort
if "%1" == "j:" goto :abort
if "%1" == "K:" goto :abort
if "%1" == "k:" goto :abort
if "%1" == "L:" goto :abort
if "%1" == "l:" goto :abort
if "%2" == "A:" goto :abort
if "%2" == "a:" goto :abort
if "%2" == "B:" goto :abort
if "%2" == "b:" goto :abort
if "%2" == "C:" goto :abort
if "%2" == "c:" goto :abort
if "%2" == "D:" goto :abort
if "%2" == "d:" goto :abort
if "%2" == "E:" goto :abort
if "%2" == "e:" goto :abort
if "%2" == "F:" goto :abort
if "%2" == "f:" goto :abort
if "%2" == "G:" goto :abort
if "%2" == "g:" goto :abort
if "%2" == "H:" goto :abort
if "%2" == "h:" goto :abort
if "%2" == "I:" goto :abort
if "%2" == "i:" goto :abort
if "%2" == "J:" goto :abort
if "%2" == "j:" goto :abort
if "%2" == "K:" goto :abort
if "%2" == "k:" goto :abort
if "%2" == "L:" goto :abort
if "%2" == "l:" goto :abort
if "%3" == "" goto :foundit
cls
ECHO